ServiceGetAttachment Method (AttachmentInfo) |
Retrieve existing attachment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Attachment GetAttachment(
AttachmentInfo attachmentInfo
)
Public Function GetAttachment (
attachmentInfo As AttachmentInfo
) As Attachment
Parameters
- attachmentInfo
- Type: Independentsoft.ExchangeAttachmentInfo
The attachment information.
Return Value
Type:
AttachmentAttachment.
See Also